-
Notifications
You must be signed in to change notification settings - Fork 3
feat: send push notifications for invalid coder
scheme URIs
#146
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
This stack of pull requests is managed by Graphite. Learn more about stacking. |
f6bc9e3
to
83b1554
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Pull Request Overview
This PR adds push notification support for invalid coder scheme URIs, which involves updating the app provisioning profile and integrating notification logic into the application.
- Updated project plist with the appropriate APS environment key.
- Added a new notification delegate and helper function for sending notifications.
- Integrated asynchronous error handling with push notifications in the app delegate.
Reviewed Changes
Copilot reviewed 3 out of 3 changed files in this pull request and generated 1 comment.
File | Description |
---|---|
Coder-Desktop/project.yml | Inserts the APS environment configuration for push notifications. |
Coder-Desktop/Coder-Desktop/Notifications.swift | Adds a new notification delegate and helper to send notifications. |
Coder-Desktop/Coder-Desktop/Coder_DesktopApp.swift | Configures the notification delegate and handles errors by sending a push notification. |
Comments suppressed due to low confidence (1)
Coder-Desktop/project.yml:150
- Ensure that the 'aps-environment' key is properly indented and aligned with similar keys under the entitlements section to avoid potential configuration issues.
aps-environment: development
317524f
to
e39714c
Compare
32ea67d
to
fcfad50
Compare
e39714c
to
c25ba00
Compare
fcfad50
to
823c11b
Compare
Merge activity
|
c25ba00
to
db9cf55
Compare
Relates to #96.
I've had to replace the app provisioning profile for this to build.